@font-face {
  font-family: "Buvera";
  src: url("Buvera-Bold.eot");
  src: url("Buvera-Bold.eot?#iefix") format("embedded-opentype"),
    url("Buvera-Bold.woff2") format("woff2"), url("Buvera-Bold.woff") format("woff"),
    url("Buvera-Bold.ttf") format("truetype"),
    url("Buvera-Bold.svg#Buvera-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Buvera";
  src: url("Buvera-Regular.eot");
  src: url("Buvera-Regular.eot?#iefix") format("embedded-opentype"),
    url("Buvera-Regular.woff2") format("woff2"),
    url("Buvera-Regular.woff") format("woff"),
    url("Buvera-Regular.ttf") format("truetype"),
    url("Buvera-Regular.svg#Buvera-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Buvera";
  height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: #232a2b;
  color: white;
  text-align: center;
  overflow: clip !important;
margin: 0;
	padding: 0;
}

#logo {
  width: 200px !important;
  padding: 2rem;
}

.countdown {
  font-size: 3rem;
  background: #009dc5;
  color: white;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 157, 197, 0.3);
}

article {
  height: 50dvh;
  align-content: center;
}

article h1 {
  font-size: 3rem;
  text-transform: uppercase;
}

article span {
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}

img {
  width: 100%;
}
